package Controller; import View.GUI; public class Main { public static void main(String[] args) { new GUI(); } }